home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AGA Toolkit '97
/
The AGA Toolkit '97.iso
/
programming
/
c
/
dice2.06.37
/
include
/
alloca.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-07
|
201 b
|
17 lines
/*
* ALLOCA.H
*
* (c)Copyright 1990, Matthew Dillon, All Rights Reserved
*/
#ifndef ALLOCA_H
#define ALLOCA_H
extern __regargs void *_dice_alloca(long);
#define alloca _dice_alloca
#endif